home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hamradio / pctrk31.zip / PROBLEMS.TXT < prev    next >
Text File  |  1995-05-01  |  4KB  |  75 lines

  1. About DPMI Conflicts
  2. --------------------
  3.  
  4. This application utilizes the DOS Protected Mode Interface (DPMI) 
  5. protocol. This means it runs in Protected mode, which is a CPU mode 
  6. that permits programs to access ALL available extended memory in your 
  7. computer, not just a portion of the 640K conventional memory like 
  8. most of the other programs you may be running. 
  9.  
  10. While this does give programs access to available extended memory, 
  11. there are some drawbacks due to the way protected mode operation is 
  12. implemented in DOS. Briefly, programs that wish to access extended 
  13. memory in protected mode must provide an auxiliary program, sometimes 
  14. called the DPMI server, to provide this access. This server works 
  15. between DOS and the application to make it work. 
  16.  
  17. The problem comes with the fact that while there is a protocol 
  18. defined with which to access the memory, DOS provides no standard 
  19. interface program. Each different application running in protected 
  20. mode supplies it's own program to do the interfacing. This works fine 
  21. with DOS when only one program is running at a time, but causes great 
  22. big problems when conflicting DPMI servers are trying to access the 
  23. same memory at the same time. This occurs when programs are installed 
  24. as Terminate and Stay Resident programs (TSR's). These programs 
  25. remain in memory, running in the background. When another program 
  26. loads it's own DPMI server to run, it conflicts with the one running 
  27. in memory, causing the computer to crash with strange effects, or to 
  28. totally reboot. 
  29.  
  30. As described above, this application requires the use of a DPMI 
  31. server, and one is supplied to do this. If you have other 
  32. applications that use a DPMI server that remain running in the 
  33. background, this application will most likely come to an abrupt and 
  34. ungraceful halt. This is not the fault of either application, it is 
  35. simply the result of two applications running and accessing the same 
  36. memory at the same time in an operating system that was not designed 
  37. to operate in such a way. Unfortunately, many popular memory managers 
  38. and disk compression programs utilize DPMI servers that remain 
  39. resident, and cause conflict with other applications. Some programs 
  40. that are known to cause such problems are various memory management 
  41. programs such as CEMM, QEMM, EMM386 and 386MAX. Some disk compression 
  42. programs, such as Stacker have also caused conflicts. Other instances 
  43. of conflicts have been caused by some off-brand mouse drivers.  
  44.  
  45. If you are having problems running this application, with such 
  46. symptoms as: the application exiting to DOS in the middle of 
  47. operation; rebooting; getting "Unhandled Exception Error..." 
  48. messages; exiting to DOS and then finding less than 100K memory being 
  49. reported by the mem command; then you have a memory conflict. The 
  50. only solution is to remove one of the conflicting applications, 
  51. either this one, or the memory resident application. Some of these 
  52. are loaded in your CONFIG.SYS file or your AUTOEXEC.BAT file. They 
  53. can  be removed by commenting them out by placing a REM statement at 
  54. the beginning of the line. Others, such as disk compression software, 
  55. will not be so easy, since without the software running, you will not 
  56. have access to your drive contents. 
  57.  
  58. Known incompatibilities:
  59. ------------------------
  60.  
  61. ULSI Coprocessor
  62.  
  63. There have been some reports of problems that have been traced to the
  64. use of a ULSI math coprocessor. The problems typically appear in 
  65. graphics track, with an Unhandled Exception error occuring. This
  66. appears to be a problem with the coprocessor, and has been remedied
  67. in every instance by replacing the coprocessor with an Intel
  68. chip. There have been no reported problems with any other brand
  69. of coprocessor.
  70.  
  71. Microsoft Mouse driver 9.01
  72.  
  73. There have been reports of incompatibilites with Microsoft Mouse 
  74. driver version 9.01. No details were reported.
  75.